Hi, I am interested in using my mill as a 3d printer and was wondering how hard it would be to add a few g-codes.
There is a list of all the rep-rap g codes here:
http://reprap.org/wiki/G-code
But essentially the only one that matters is mapping the letter E to an axis:
g01 x1 y2 z3 e4
Is there an easy way to make that kind of change, and how would one map other M codes (like M111 and higher) to user programs?
I know how to code but an idea of where to get started would be helpful.